.jumbotron {
    padding: 0;
    margin-bottom: 0;
    background-color: #004092;
}

.jumbotron .carousel-caption {
    text-align: right;
}

.jumbotron .carousel-inner p {
    background-color: rgba(0,0,0,0.5);
    margin-left: 400px;
}

.carousel-indicators .active {
    background-color: #000;
    border-color: #000;
    font-size: 110%;
}

.carousel-indicators {
    bottom: 0px;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
    width: 592px;

}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 30px;
	font-size: 20px;
}

.image_title h3 {
    margin: 10px 0 0 0;
    font-size: 26px;
}

.image_title sup { 
    vertical-align: top;
    position: relative;
    top: 0px;
    font-size: 14px;
}

/* accordian slider end here.*/

.col-border-left {
    border-left: 1px solid #fff;
    padding: 0;
}

.col-border-right {
    border-right: 1px solid #fff;
}

.jumbotron .row {
    margin: 0;
}

.hexagon img {
    margin-right: -4px;
}


.left, .right {
    text-shadow:none;
}

.carousel-control.right, .carousel-control.left {
    //background-image: none;
    //background: rgba(255,255,255,0.5);
	//background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.5));
}

.carousel-control.right {
    //background-image: none;
    //background: rgba(255,255,255,0.5);
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.8));
}

.carousel-control.left {
    //background-image: none;
    //background: rgba(255,255,255,0.5);
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.8));
}

.list-title {
    font-size:22px;
}

.list-icon {
    font-size:30px;
}

.list-row {
    padding-top:20px;
}

.col-menu {
    color:#337ab7;
    background-color:#f8f9fa!important;
    border-radius: 1rem!important;
    margin-top: 30px;
    margin-right:20px;
}

.col-menu a {
    color:#337ab7!important;
}
